Removed AliceO2Config.h.in and updated run_sim.C #139
Closed
kouzinopoulos wants to merge 136 commits into
Closed
Conversation
Those can actually be optional components, so I dropped the REQUIRED statement from the CMakeFile also for the modular build case.
Test starts a chain of flpSyncSampler, 2 flpSenders and 2 epnReceivers. 100 time frames are generated. Test succeeds if the timeframes are correctly distributed, merged and acknowledged.
aliceHLTwrapper does not depend on AliRoot, so this dependency is removed. AliRoot libraries are added at runtime as plugins.
Shutdown has become private.
Removing tautological comparison which was introduced in commit a658a35 Author: Matthias Richter <Matthias.Richter@scieq.net> Date: Thu Mar 19 21:55:30 2015 +0100 forwarding event header also if there are no output blocks; adjusting conditions for warning messages
The user can run an MQ server/client passing CDB objects. The client
request CDB objects by specifying in the request the calibration type
("DET/Calib/Histo" in the example) followed by the run number. The
server replies with the corresponding CDB object (an instance of the
Condition class) wrapped in a TMessage.
Pre-emptyvely a local O2CDB must be filled with some objects by running
a macro. This and how to run the server and the client is detailed in
the README.
The server (ConditionsMQServer) and the client (ConditionsMQClient)
classes are adapted from the corresponding server and
client classes in FairRoot (parmq/ParameterMQServer and
examples/MQ/7-parameters/FairMQExample7Client).
Modify getAllObjects so that it is aware of a specific (subversion) set via setSpecificStorage, as was already the case with getObject. If both the arguments passed to GetAllObjects and a previous call to setSpecificStorage specify a (sub)version, then precedence is given to the one specified via setSpecificStorage.
On Linux the libHist was missing in the ocdb CMakeList.txt
…ework for mocking purpose
…minor global refactoring
o Digit: The base class should be initialized first in the member
initialisation list
Add getter for time bin from base class
o DigitTime: Fix memory leak when adding digits to the output
container: Use placement new with copy constructor
o Digitizer: Temporarily add digits in time and pad direction to
test the cluster finder
o BoxClusterer:
- Add processing of last CRU
- Remove unnecessary indentations
- Fix order in setParameters of cluster
o ClusterContainer:
- Fix filling of output container, using placement new
o ClustererTask:
- output array should use type Cluster (not BoxCluster)
OR fill output container must be adapted
- Use the new Multipart API for the prototype devices. - Update the FLP/EPN examples to use the new configuration system. - Update the DDS calls with the API (dds::intercom_api instead of dds::key_value). - Remove obsolete Merger device.
Add missing dependencies
The FairMQ module of FairRoot might be disabled in the built of FairRoot due to missing dependencies, e.g ZeroMQ and boost. Those dependencies also have to be available in the required (minimal) version.
…ists.txt find_package
Hardcoded geometry, config and magnet field map paths based on the new AliceO2 installation directories restructure Updated run_sim.C to work again with the new AliceO2 installation directories restructure
knopers8
pushed a commit
to knopers8/AliceO2
that referenced
this pull request
Sep 7, 2020
EmilGorm
pushed a commit
to EmilGorm/AliceO2
that referenced
this pull request
Nov 22, 2021
…#139) * PWGHF: added centrality selection to Lc task * Fix centrality histogram * Add FIXME comment Co-authored-by: Katarina <katarina.gajdosova@cern.ch> Co-authored-by: Vít Kučera <vit.kucera@cern.ch>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed AliceO2Config.h.in
Hardcoded geometry, config and magnet field map paths based on the new Alice
Updated run_sim.C to work again with the new AliceO2 installation directorie